crypto/x509.OID.toASN1OID (method)

2 uses

	crypto/x509 (current package)
		oid.go#L358: func (oid OID) toASN1OID() (asn1.ObjectIdentifier, bool) {
		parser.go#L807: 					if oid, ok := oid.toASN1OID(); ok {